home *** CD-ROM | disk | FTP | other *** search
/ Old Testament Foundatiosn with Philip Yancey / Old Testament Foundatiosn with Philip Yancey - Disc 1.iso / pc / data / m60.dir / 00010.ls < prev    next >
Encoding:
Text File  |  1996-09-06  |  289 b   |  13 lines

  1. on mouseDown
  2.   global gPreviousMenu
  3.   set the castNum of sprite 7 to cast "b013"
  4.   if pressTourButton(7) then
  5.     pupSprites(1, 48, 0)
  6.     sound stop 1
  7.     sound stop 2
  8.     set the volume of sound 1 to 255
  9.     set the volume of sound 2 to 255
  10.     do("go to" && gPreviousMenu)
  11.   end if
  12. end
  13.